home *** CD-ROM | disk | FTP | other *** search
/ Power Hacker 2003 / Power_Hacker_2003.iso / Exploit and vulnerability / w00w00 / sectools / SRS / client / config.h.in next >
Encoding:
Text File  |  2000-01-12  |  4.9 KB  |  198 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define to empty if the keyword does not work.  */
  11. #undef const
  12.  
  13. /* Define to `int' if <sys/types.h> doesn't define.  */
  14. #undef gid_t
  15.  
  16. /* Define if you don't have vprintf but do have _doprnt.  */
  17. #undef HAVE_DOPRNT
  18.  
  19. /* Define if you have a working `mmap' system call.  */
  20. #undef HAVE_MMAP
  21.  
  22. /* Define if system calls automatically restart after interruption
  23.    by a signal.  */
  24. #undef HAVE_RESTARTABLE_SYSCALLS
  25.  
  26. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  27. #undef HAVE_SYS_WAIT_H
  28.  
  29. /* Define if your struct tm has tm_zone.  */
  30. #undef HAVE_TM_ZONE
  31.  
  32. /* Define if you don't have tm_zone but do have the external array
  33.    tzname.  */
  34. #undef HAVE_TZNAME
  35.  
  36. /* Define if you have the vprintf function.  */
  37. #undef HAVE_VPRINTF
  38.  
  39. /* Define if on MINIX.  */
  40. #undef _MINIX
  41.  
  42. /* Define to `int' if <sys/types.h> doesn't define.  */
  43. #undef pid_t
  44.  
  45. /* Define if the system does not provide POSIX.1 features except
  46.    with this defined.  */
  47. #undef _POSIX_1_SOURCE
  48.  
  49. /* Define if you need to in order for stat and other things to work.  */
  50. #undef _POSIX_SOURCE
  51.  
  52. /* Define as the return type of signal handlers (int or void).  */
  53. #undef RETSIGTYPE
  54.  
  55. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  56. #undef size_t
  57.  
  58. /* Define if you have the ANSI C header files.  */
  59. #undef STDC_HEADERS
  60.  
  61. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  62. #undef TIME_WITH_SYS_TIME
  63.  
  64. /* Define if your <sys/time.h> declares struct tm.  */
  65. #undef TM_IN_SYS_TIME
  66.  
  67. /* Define to `int' if <sys/types.h> doesn't define.  */
  68. #undef uid_t
  69.  
  70. /* Define if you have the getcwd function.  */
  71. #undef HAVE_GETCWD
  72.  
  73. /* Define if you have the getpagesize function.  */
  74. #undef HAVE_GETPAGESIZE
  75.  
  76. /* Define if you have the memcpy function.  */
  77. #undef HAVE_MEMCPY
  78.  
  79. /* Define if you have the mkdir function.  */
  80. #undef HAVE_MKDIR
  81.  
  82. /* Define if you have the select function.  */
  83. #undef HAVE_SELECT
  84.  
  85. /* Define if you have the setreuid function.  */
  86. #undef HAVE_SETREUID
  87.  
  88. /* Define if you have the shmat function.  */
  89. #undef HAVE_SHMAT
  90.  
  91. /* Define if you have the shmctl function.  */
  92. #undef HAVE_SHMCTL
  93.  
  94. /* Define if you have the shmdt function.  */
  95. #undef HAVE_SHMDT
  96.  
  97. /* Define if you have the shmget function.  */
  98. #undef HAVE_SHMGET
  99.  
  100. /* Define if you have the socket function.  */
  101. #undef HAVE_SOCKET
  102.  
  103. /* Define if you have the strerror function.  */
  104. #undef HAVE_STRERROR
  105.  
  106. /* Define if you have the strstr function.  */
  107. #undef HAVE_STRSTR
  108.  
  109. /* Define if you have the <asm/page.h> header file.  */
  110. #undef HAVE_ASM_PAGE_H
  111.  
  112. /* Define if you have the <compat.h> header file.  */
  113. #undef HAVE_COMPAT_H
  114.  
  115. /* Define if you have the <db.h> header file.  */
  116. #undef HAVE_DB_H
  117.  
  118. /* Define if you have the <dirent.h> header file.  */
  119. #undef HAVE_DIRENT_H
  120.  
  121. /* Define if you have the <fcntl.h> header file.  */
  122. #undef HAVE_FCNTL_H
  123.  
  124. /* Define if you have the <features.h> header file.  */
  125. #undef HAVE_FEATURES_H
  126.  
  127. /* Define if you have the <getopt.h> header file.  */
  128. #undef HAVE_GETOPT_H
  129.  
  130. /* Define if you have the <kvm.h> header file.  */
  131. #undef HAVE_KVM_H
  132.  
  133. /* Define if you have the <limits.h> header file.  */
  134. #undef HAVE_LIMITS_H
  135.  
  136. /* Define if you have the <malloc.h> header file.  */
  137. #undef HAVE_MALLOC_H
  138.  
  139. /* Define if you have the <memory.h> header file.  */
  140. #undef HAVE_MEMORY_H
  141.  
  142. /* Define if you have the <ndir.h> header file.  */
  143. #undef HAVE_NDIR_H
  144.  
  145. /* Define if you have the <paths.h> header file.  */
  146. #undef HAVE_PATHS_H
  147.  
  148. /* Define if you have the <posix_opt.h> header file.  */
  149. #undef HAVE_POSIX_OPT_H
  150.  
  151. /* Define if you have the <sys/dir.h> header file.  */
  152. #undef HAVE_SYS_DIR_H
  153.  
  154. /* Define if you have the <sys/ndir.h> header file.  */
  155. #undef HAVE_SYS_NDIR_H
  156.  
  157. /* Define if you have the <sys/select.h> header file.  */
  158. #undef HAVE_SYS_SELECT_H
  159.  
  160. /* Define if you have the <sys/shm.h> header file.  */
  161. #undef HAVE_SYS_SHM_H
  162.  
  163. /* Define if you have the <sys/stat.h> header file.  */
  164. #undef HAVE_SYS_STAT_H
  165.  
  166. /* Define if you have the <sys/strlog.h> header file.  */
  167. #undef HAVE_SYS_STRLOG_H
  168.  
  169. /* Define if you have the <sys/stropts.h> header file.  */
  170. #undef HAVE_SYS_STROPTS_H
  171.  
  172. /* Define if you have the <sys/time.h> header file.  */
  173. #undef HAVE_SYS_TIME_H
  174.  
  175. /* Define if you have the <sys/times.h> header file.  */
  176. #undef HAVE_SYS_TIMES_H
  177.  
  178. /* Define if you have the <syslog.h> header file.  */
  179. #undef HAVE_SYSLOG_H
  180.  
  181. /* Define if you have the <unistd.h> header file.  */
  182. #undef HAVE_UNISTD_H
  183.  
  184. /* Define if you have the <utime.h> header file.  */
  185. #undef HAVE_UTIME_H
  186.  
  187. /* Define if you have the crypto library (-lcrypto).  */
  188. #undef HAVE_LIBCRYPTO
  189.  
  190. /* Define if you have the nsl library (-lnsl).  */
  191. #undef HAVE_LIBNSL
  192.  
  193. /* Define if you have the socket library (-lsocket).  */
  194. #undef HAVE_LIBSOCKET
  195.  
  196. /* Define if you have the ssl library (-lssl).  */
  197. #undef HAVE_LIBSSL
  198.